home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / windows / secwin20.zip / EXAMPLES / SECWIN / MULTIEXE / MULTIEXE.APP (.txt) next >
Clarion Topspeed Data File  |  1996-06-05  |  18KB  |  741 lines

  1. CurrentTab
  2. CurrentTab:
  3. CurrentTab
  4. 6?CurrentTab:Prompt
  5. tCurrentTab:
  6. CurrentTab
  7. c@s80
  8. CurrentTab
  9. ForceRefresh
  10. @n-13
  11. ForceRefresh:
  12. ForceRefresh
  13. B?ForceRefresh:Prompt
  14. ompForceRefresh:
  15. iaForceRefresh
  16. wIn@n-13
  17. EForceRefresh
  18. ind@n-13
  19. @n-13
  20. WindowInitialized
  21. @n-13
  22. WindowInitialized:
  23. WindowInitialized
  24. N?WindowInitialized:Prompt
  25. ndWindowInitialized:
  26. pWindowInitialized
  27. @n-13
  28. 9WindowInitialized
  29. @n-13
  30. WindowOpened
  31. @n-13
  32. WindowOpened:
  33. WindowOpened
  34. B?WindowOpened:Prompt
  35. WindowOpened:
  36. :WindowOpened
  37. qu@n-13
  38. EWindowOpened
  39. qu@n-13
  40. LocalResponse
  41. @n-13
  42. LocalResponse:
  43. LocalResponse
  44. B?LocalResponse:Prompt
  45. LocalResponse:
  46. :LocalResponse
  47. qu@n-13
  48. ELocalResponse
  49. qu@n-13
  50. OriginalRequest
  51. @n-13
  52. OriginalRequest:
  53. OriginalRequest
  54. F?OriginalRequest:Prompt
  55. OriginalRequest:
  56. ocaOriginalRequest
  57. @n-13
  58. AOriginalRequest
  59. @n-13
  60. LocalRequest
  61. @n-13
  62. LocalRequest:
  63. LocalRequest
  64. B?LocalRequest:Prompt
  65. LocalRequest:
  66. LocalRequest
  67. @n-13
  68. @LocalRequest
  69. @n-13
  70. Application
  71. &File
  72. ?FileMenu
  73. DP&rint Setup...
  74. ?PrintSetup
  75. Setup Printer
  76. STD:PrintSetup
  77. >E&xit
  78. &C?Exit
  79. s'Exit this application
  80. 'VSTD:Close
  81. &Edit
  82. Se?EditMenu
  83. FCu&t
  84. ect?Cut
  85. D(SRemove item to Windows Clipboard
  86. &HoSTD:Cut
  87. >&Copy
  88. D(?Copy
  89. lpCopy item to Windows Clipboard
  90. NSTD:Copy
  91. H&Paste
  92. ?Paste
  93. Paste contents of Windows Clipboard
  94. STD:Paste
  95. .&Window
  96. Create and Arrange windows
  97. JT&ile
  98. ?Tile
  99. --Make all open windows visible
  100. --STD:TileWindow
  101. F&Cascade
  102. ?Cascade
  103. Stack all open windows
  104. STD:CascadeWindow
  105. &Arrange Icons
  106. ?Arrange
  107. 4Align all window icons
  108. `STD:ArrangeIcons
  109. "&Help
  110. g-Windows Help
  111. V&Contents
  112. pa?Helpindex
  113. View the contents of the help file
  114. STD:HelpIndex
  115. V&Search for Help On...
  116. !?HelpSearch
  117. Search for help on a subject
  118. STD:HelpSearch
  119. J&How to Use Help
  120. ?HelpOnHelp
  121. How to use Windows Help
  122. STD:HelpOnHelp
  123. "Security
  124. ?Security
  125. $2Browse Users
  126. ?SecurityBrowseUsers
  127. $2Change Password
  128. ?SecurityChangePassword
  129. $"Lock Screen
  130. ?SecurityLockScreen
  131. $>Change Login
  132. !?SecurityChangeLogin
  133. AppFrame
  134. $0?FileRunOtherExeExe
  135. Run OtherExe.Exe
  136. ?String1
  137.     ?String2
  138.     ?String1
  139. JThis Exe is used to demonstrate SecWin's Auto Logon feature.
  140. ?String3
  141.     ?String2
  142. NGo to the file menu to run another program called OtherExe.Exe, and log in
  143. ?String3
  144. automatically
  145. Arial
  146. %ControlPreEventHandling
  147. ?FileRunOtherExeExe
  148. Accepted
  149. ?SecurityBrowseUsers
  150. Accepted
  151. ?SecurityChangePassword
  152. Accepted
  153. ?SecurityLockScreen
  154. Accepted
  155. ?SecurityChangeLogin
  156. Accepted
  157. Clarion
  158. SecWin10$Activate_Security
  159. %ApplicName
  160. MultiExe
  161. %SecWinExternal
  162. %ThisDll
  163. %AppPIN
  164. -- Generator
  165. #noedit
  166. #system win
  167. #model clarion dll
  168. #pragma debug(vid=>full)
  169. #compile MULTI_RD.CLW-- GENERATED
  170. #compile MULTI_RU.CLW-- GENERATED
  171. #compile MULTI_SF.CLW-- GENERATED
  172. #compile MULTIEXE.clw /define(GENERATED=>on)-- GENERATED
  173. #compile MULTI001.clw /define(GENERATED=>on)-- GENERATED
  174. #pragma link(secwin16.lib)-- GENERATED
  175. #link MULTIEXE.EXE
  176. %GenerationCompleted
  177. %Module
  178. MULTI001.clw
  179. MULTIEXE.clw
  180. %LastTarget32
  181. %LastProgramExtension
  182. %LastApplicationDebug
  183. %LastApplicationLocalLibrary
  184. LP%ProgramAuthor
  185. %MessageDescription
  186. %GlobalExternal
  187. %GenerateEmbedComments
  188. %GenerateEmptyEmbeds
  189. %INIActive
  190. H%INIFile
  191. Program Name.INI
  192. %ININame
  193. %DefaultGenerate
  194. %DefaultCloseFile
  195. Close the File
  196. %DefaultRILogout
  197. %WarnOnLogoutError
  198. %DefaultThreaded
  199. Use File Setting
  200. %DefaultCreate
  201. Use File Setting
  202. %DefaultExternal
  203. None External
  204. %DefaultExternalSource
  205. %DefaultExternalAPP
  206. %DefaultExport
  207. %DefaultOpenMode
  208. Share
  209. %DefaultUserAccess
  210. Read/Write
  211. %DefaultOtherAccess
  212. Deny None
  213. %OverrideGenerate
  214. %File
  215. %OverrideCloseFile
  216. %File
  217. Use Default
  218. %OverrideRILogout
  219. %File
  220. Use Default
  221. %OverrideThreaded
  222. %File
  223. Use Default
  224. %OverrideCreate
  225. %File
  226. Use Default
  227. %OverrideExternal
  228. %File
  229. Use Default
  230. %OverrideExternalSource
  231. %File
  232. %OverrideExternalAPP
  233. %File
  234. "%OverrideExport
  235. %File
  236. %OverrideOpenMode
  237. %File
  238. Use Default
  239. %OverrideUserAccess
  240. %File
  241. Use Default
  242. %OverrideOtherAccess
  243. %File
  244. Use Default
  245. %CreateShipList
  246. %ExportGlobalData
  247. %PPMethod
  248. !REGISTER
  249. %ExportMapFile
  250. %ExportEquFile
  251. %ExportEquates
  252. %CWIntl
  253. B%IntlDLL
  254. CWIntl16
  255. %CWIntlGlobal
  256. %UseWinIni
  257. @%Century
  258. Default
  259. %Negative
  260. Default
  261. %NoSymbol
  262. %NoSeparator
  263. Z%DisplayCentury
  264. Default
  265. %DayName
  266. Default
  267. %MonthName
  268. Default
  269. %DayIni
  270. =%Proper
  271. %Seconds
  272. Default
  273. %ConvertText
  274. %TextIni
  275. WIN.INI
  276. %wDefaultFontDrop
  277. %wDefaultFontOther
  278. %wFontVariable
  279. %rDefaultFontDrop
  280. %rDefaultFontOther
  281. %rFontVariable
  282. %MSGText
  283. %CaptionText
  284. %ListText
  285. %AsciiToAnsi
  286. e%ProjectFile
  287. Program.irf
  288. %ProjectIni
  289. %StandardIrf
  290. Standard.irf
  291. %ConvertStd
  292. %GetStdLang
  293. Project File
  294. %StdFileName
  295. %IntlIniFile
  296. Program.ini
  297. %IntlIniSection
  298. Paths
  299. %IntlIniVariable
  300. %StandardIniVariable
  301. %DefaultPathDrop
  302. Program
  303. %OtherDefaultPath
  304. \cw15\cwintl\template\
  305. %IntlUserFileDrop
  306. All Resource Files
  307. %UserName
  308.  %INISaveWindow
  309. %ButtonAction
  310. %Control
  311. ?Exit
  312. No Special Action
  313. ?FileRunOtherExeExe
  314. No Special Action
  315. ?PrintSetup
  316. No Special Action
  317. No Special Action
  318. ?Copy
  319. No Special Action
  320. ?Paste
  321. No Special Action
  322. ?Tile
  323. No Special Action
  324. ?Cascade
  325. No Special Action
  326. ?Arrange
  327. No Special Action
  328. ?Helpindex
  329. No Special Action
  330. ?HelpSearch
  331. No Special Action
  332. ?HelpOnHelp
  333. No Special Action
  334. ?SecurityBrowseUsers
  335. No Special Action
  336. ?SecurityChangePassword
  337. No Special Action
  338. ?SecurityLockScreen
  339. No Special Action
  340. ?SecurityChangeLogin
  341. No Special Action
  342. No Special Action
  343. ?String1
  344. No Special Action
  345. ?String2
  346. No Special Action
  347. ?String3
  348. No Special Action
  349. %MenuAction
  350. %Control
  351. ?Exit
  352. No Special Action
  353. %ButtonThreadStack
  354. %Control
  355. ?FileRunOtherExeExe
  356. 25000
  357. ?PrintSetup
  358. 25000
  359. ?Exit
  360. 25000
  361. 25000
  362. ?Copy
  363. 25000
  364. ?Paste
  365. 25000
  366. ?Tile
  367. 25000
  368. ?Cascade
  369. 25000
  370. ?Arrange
  371. 25000
  372. ?Helpindex
  373. 25000
  374. ?HelpSearch
  375. 25000
  376. ?HelpOnHelp
  377. 25000
  378. ?SecurityBrowseUsers
  379. 25000
  380. ?SecurityChangePassword
  381. 25000
  382. ?SecurityLockScreen
  383. 25000
  384. ?SecurityChangeLogin
  385. 25000
  386. 25000
  387. ?String1
  388. 25000
  389. ?String2
  390. 25000
  391. ?String3
  392. 25000
  393. %ButtonRequest
  394. %Control
  395. ?FileRunOtherExeExe
  396. ?PrintSetup
  397. ?Exit
  398. ?Copy
  399. ?Paste
  400. ?Tile
  401. ?Cascade
  402. ?Arrange
  403. ?Helpindex
  404. ?HelpSearch
  405. ?HelpOnHelp
  406. ?SecurityBrowseUsers
  407. ?SecurityChangePassword
  408. ?SecurityLockScreen
  409. ?SecurityChangeLogin
  410. ?String1
  411. ?String2
  412. ?String3
  413. %PostLookupDuringValidate
  414. %Control
  415. ?FileRunOtherExeExe
  416. ?SecurityBrowseUsers
  417. ?SecurityChangePassword
  418. ?SecurityLockScreen
  419. ?SecurityChangeLogin
  420. ?PrintSetup
  421. ?String1
  422. ?String2
  423. ?String3
  424. %Parameters
  425. %ReturnValue
  426. %ButtonRunName
  427. %Control
  428. ?FileRunOtherExeExe
  429. ?PrintSetup
  430. ?Exit
  431. ?Copy
  432. ?Paste
  433. ?Tile
  434. ?Cascade
  435. ?Arrange
  436. ?Helpindex
  437. ?HelpSearch
  438. ?HelpOnHelp
  439. ?SecurityBrowseUsers
  440. ?SecurityChangePassword
  441. ?SecurityLockScreen
  442. ?SecurityChangeLogin
  443. ?String1
  444. ?String2
  445. ?String3
  446. %ButtonRunParameters
  447. %Control
  448. ?FileRunOtherExeExe
  449. ?PrintSetup
  450. ?Exit
  451. ?Copy
  452. ?Paste
  453. ?Tile
  454. ?Cascade
  455. ?Arrange
  456. ?Helpindex
  457. ?HelpSearch
  458. ?HelpOnHelp
  459. ?SecurityBrowseUsers
  460. ?SecurityChangePassword
  461. ?SecurityLockScreen
  462. ?SecurityChangeLogin
  463. ?String1
  464. ?String2
  465. ?String3
  466. %ButtonProcedure
  467. %Control
  468. ?FileRunOtherExeExe
  469. ?PrintSetup
  470. ?Exit
  471. ?Copy
  472. ?Paste
  473. ?Tile
  474. ?Cascade
  475. ?Arrange
  476. ?Helpindex
  477. ?HelpSearch
  478. ?HelpOnHelp
  479. ?SecurityBrowseUsers
  480. ?SecurityChangePassword
  481. ?SecurityLockScreen
  482. ?SecurityChangeLogin
  483. ?String1
  484. ?String2
  485. ?String3
  486. 6%ButtonThread
  487. %Control
  488. ?FileRunOtherExeExe
  489. ?PrintSetup
  490. ?Exit
  491. ?Copy
  492. ?Paste
  493. ?Tile
  494. ?Cascade
  495. ?Arrange
  496. ?Helpindex
  497. ?HelpSearch
  498. ?HelpOnHelp
  499. ?SecurityBrowseUsers
  500. ?SecurityChangePassword
  501. ?SecurityLockScreen
  502. ?SecurityChangeLogin
  503. ?String1
  504. ?String2
  505. ?String3
  506. %ButtonParameters
  507. %Control
  508. ?FileRunOtherExeExe
  509. ?PrintSetup
  510. ?Exit
  511. ?Copy
  512. ?Paste
  513. ?Tile
  514. ?Cascade
  515. ?Arrange
  516. ?Helpindex
  517. ?HelpSearch
  518. ?HelpOnHelp
  519. ?SecurityBrowseUsers
  520. ?SecurityChangePassword
  521. ?SecurityLockScreen
  522. ?SecurityChangeLogin
  523. ?String1
  524. ?String2
  525. ?String3
  526. %PreLookupKey
  527. %Control
  528. ?FileRunOtherExeExe
  529. ?SecurityBrowseUsers
  530. ?SecurityChangePassword
  531. ?SecurityLockScreen
  532. ?SecurityChangeLogin
  533. ?PrintSetup
  534. ?String1
  535. ?String2
  536. ?String3
  537. %PreLookupField
  538. %Control
  539. ?FileRunOtherExeExe
  540. ?SecurityBrowseUsers
  541. ?SecurityChangePassword
  542. ?SecurityLockScreen
  543. ?SecurityChangeLogin
  544. ?PrintSetup
  545. ?String1
  546. ?String2
  547. ?String3
  548. %PreLookupProcedure
  549. %Control
  550. ?FileRunOtherExeExe
  551. ?SecurityBrowseUsers
  552. ?SecurityChangePassword
  553. ?SecurityLockScreen
  554. ?SecurityChangeLogin
  555. ?PrintSetup
  556. ?String1
  557. ?String2
  558. ?String3
  559. %PostLookupKey
  560. %Control
  561. ?FileRunOtherExeExe
  562. ?SecurityBrowseUsers
  563. ?SecurityChangePassword
  564. ?SecurityLockScreen
  565. ?SecurityChangeLogin
  566. ?PrintSetup
  567. ?String1
  568. ?String2
  569. ?String3
  570. %PostLookupField
  571. %Control
  572. ?FileRunOtherExeExe
  573. ?SecurityBrowseUsers
  574. ?SecurityChangePassword
  575. ?SecurityLockScreen
  576. ?SecurityChangeLogin
  577. ?PrintSetup
  578. ?String1
  579. ?String2
  580. ?String3
  581. %PostLookupProcedure
  582. %Control
  583. ?Fi